home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectPlay / DXVBMessenger / Server / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  1.4 KB  |  38 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: DXVB Messenger Server Sample
  4. // 
  5. // Copyright (C) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.  
  13.   DXVB Messenger Server is the server portion of a client/server instant 
  14.   messaging application.  This sample requires the use of XML to maintain the 
  15.   data needed.  You must have at least IE5 installed on your machine to compile 
  16.   or run this sample.  
  17.   
  18. Path
  19. ====
  20.   Source: DXSDK\Samples\Multimedia\VBSamples\DirectPlay\DXVBMessenger\Server
  21.  
  22.   Executable: DXSDK\Samples\Multimedia\VBSamples\DirectPlay\Bin
  23.  
  24. User's Guide
  25. ============
  26.   Log onto a server, add friends, and send instant messages.
  27.  
  28. Programming Notes
  29. =================
  30.   * Handle DirectPlay system messages.  See implemented DirectPlay8Event interfaces
  31.   - Upon Receive event (the following messages can be received): 
  32.     'Login messages
  33.     Msg_Login - Get login information, verify against the database
  34.     Msg_CreateNewAccount - A new account needs to be created, try to create in database
  35.     Msg_AddFriend - Add a friend to this users list
  36.     Msg_BlockFriend - Block someone in this users list
  37.     Msg_SendMessage - User is sending a message to someone, pass it on
  38.